home *** CD-ROM | disk | FTP | other *** search
/ Maclife 129 / MACLIFE129.ISO.7z / MACLIFE129.ISO / mac / 定番フリーウェア100 / グラフィック / ShareDraw2.01.sit / ShareDraw 2.01 Folder / ShareDraw.rsrc / STR#_3208.txt < prev    next >
Text File  |  1996-04-28  |  4KB  |  99 lines

  1.  
  2.  
  3. |Static:| this command is part of a motion sequence,but objects are not interpolated (animated) for the static time period.
  4.  
  5. |Motion:| specify the timing (P1 and P2 form 2 digit number) and interpolation. Terminate a motion sequence with any command except |Static| or |Motion|.
  6.  
  7.  
  8.  
  9. |Subtract with Wrap|: the pixel color values in |P1| are subtracted from the color values in pixels from |P2|. Overflow values wrap-around.
  10.  
  11. |Add with Wrap|:  the pixel color values in |P1| are added to the color values in pixels from |P2|. Overflow values wrap-around to zero.
  12.  
  13. |HSB to RGB| convert the hue, saturation and brightness to red, green and blue values.
  14.  
  15. |RGB to HSB| convert the red, green and blue values to hue, saturation and brightness.
  16.  
  17.  
  18.  
  19. |Split| If the P1<P2 or P1 equals 0, then its mask is turned off; otherwise mask P2 is turned off. Red channel is for color pixels.
  20.  
  21. |Draw Mask| compute the mask for the draw layer and add it to the mask buffer.
  22.  
  23. |Draw Black| add the black pixels from the draw layer to the mask buffer. 
  24.  
  25. |Extract|: if a pixel from |P1| and |P2| match, or either pixel is transparent, the corresponding image mask |P2| is turned off. Use Extract to remove a background color, |P1|, from an image.
  26.  
  27. |And|: if the |P1| mask and the |P2| mask is On, then do nothing. Otherwise force the |P2| Mask to Off.
  28.  
  29. |Xor|: if the |P1| mask value differs from the |P2| mask value, the |P2| value is forced On, otherwise Off.
  30.  
  31. |Or|:if a value in mask |P1| is On, the corresponding value in mask |P2| is forced to On.
  32.  
  33. |Not Copy|: the invert values of mask |P1| are copied to mask |P2|.
  34.  
  35. |Copy Mask|: values in mask |P1| are copied to mask |P2|.
  36.  
  37. |Invert|: values in mask |P1| are |switched| between On and Off.
  38.  
  39. |On|:  values in mask |P1| are set to |Off|.
  40.  
  41. |On|:  values in mask |P1| are set to |On|.
  42.  
  43.  
  44.  
  45. |OR B&W|, if either |P1| and |P2| pixels are black, then |P2| is set black.
  46.  
  47. |AND B&W|: if corresponding pixels from |P1| and |P2| are both black, do nothing. Otherwise, force the pixel from |P2| to white.
  48.  
  49. |BIC B&W|: if a pixel in |P1| is black, then force the corresponding pixel in|P2| to white. 
  50.  
  51. |XOR B&W|:  if corresponding pixels from |P1| and |P2| differ, the pixel from |P2| is set black, otherwise white.
  52.  
  53.  
  54.  
  55. |Blend| blends images, based on the |Set Blend| command. |P2| is set to (|P1|*|Blend|) + (|P2|*(Blend-1.0)). Therefore, bright values from the |Set Blend| image will emphasize the P1 image. 
  56.  
  57. |Set Blend|: sets the blending for the |Blend| command. Each pixel provides 3 blending values - one for each color channel. If |Set Blend| is not used, 50% averaging is used. Note: |black| is "0"; |white| is "1.0". 
  58.  
  59. |Noise|: |P2| is modified by random noise. Color values in |P1| control the intensity of the noise.
  60.  
  61. |Maximum|:  |P2| pixels are set to the maximum of |P1| and |P2|. The action |limits darkness|.
  62.  
  63. |Minimum|: |P2| pixels are set to the minimum of |P1| and |P2|. The action |limits brightness|.
  64.  
  65. |Subtract|: the pixel color values in |P1| are subtracted from the color values in pixels from |P2|. The action |darkens| color values.
  66.  
  67. |Add|:  the pixel color values in |P1| are added to the color values in pixels from |P2|. The action |brightens| color values.
  68.  
  69. |Average|:  the pixel color values in |P2| are set to the average of color values in |P1| pixels and |P2| pixels.The result is an |equal blend| of images.
  70.  
  71. |Multiply|: the pixel color values in |P2| are multiplied by corresponding values in |P1|. The |P2| image is |proportionately| darkened.
  72.  
  73.  
  74.  
  75. |Move|:  Replaces non-transparent pixels from |P2| with non-trasparent pixels in |P1|.
  76.  
  77. |Reverse|: |P1| pixels are reversed in color. For example, |white| goes to |black|, and |red| changes to |cyan|.
  78.  
  79. |Blacken|: |P1| pixels, except transparent pixels, are changed to the color |black|.
  80.  
  81. |Whiten|: |P1| pixels, except transparent pixels, are changed to the color |white|.
  82.  
  83. |Clear|: image |P1| is made transparent. A |None| mask results in a completely transparent |P1|.
  84.  
  85. |Copy Image|: overwrites the image |P2| with non-transparent part of image |P2|. 
  86.  
  87.  
  88.  
  89. |Stop|: prevents processing of Script Commands in above layers.
  90.  
  91. |Dump Mask|: completely overwrites the output  with mask  values, where On and Off mask values  are processed as black and white image values.
  92.  
  93. |Output|: overwrites the output  wherever Image |P1| is non-transparent. 
  94.  
  95. |Draw|: layer objects are drawn onto Image |P1|. Use a mask to limit drawing area.
  96.  
  97. |Normal|: layer objects are drawn directly to output. 
  98.  
  99.